	h1 
{
text-align: center;
font-size: 50px;
color: red;
font-family: Carlito;
}
   

	body 
{
width: device-width;
height: device-height;
background-repeat: no-repeat;
background: linear-gradient(blue, 35%, pink);
}

	p
{
text-align: center;
font-size: 28px;
color: black;
font-family: Carlito;
}

	.table 
{
font-family: Carlito;
width: 100%;
font-weight: bold;
}

	.zoom
{
width:75px;
height:75px;
transition:0.5s;
}


	.zoom:hover 
{
width:120px;
height:120px;
transition:0.5s;
}